Welcome![Sign In][Sign Up]
Location:
Search - SVM matlab

Search list

[BooksSVM-tutorial

Description: 支持向量机的理论和应用,不过是英文的,不知道可不可以啊!不过很全面的,要看看啊!-SVM theory and application, but English is not possible to know ah! But it is comprehensive, to see ah!
Platform: | Size: 256000 | Author: 韩乐 | Hits:

[GUI Developsvm_toolbox

Description: 支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和参数选择交叉验证函数等)。-SVM Toolbox, which contains MATLAB demo programs and some of the basic functions (Calculation Kernel function, SVM training function and parameter selection cross-validation functions, etc.).
Platform: | Size: 247808 | Author: 王晓 | Hits:

[Othersvm_v0.55beta.tar

Description: 支持向量机,matlab程序,很有用的,欢迎大家下载测试! -,matlab,,!
Platform: | Size: 118784 | Author: 离岗 | Hits:

[matlabSVM算法

Description: 数据挖掘的重要算法SVM的实现,用matlab-important data mining algorithms to achieve SVM using Matlab
Platform: | Size: 2048 | Author: 利军 | Hits:

[AI-NN-PRnewsvm

Description: 一种很实用的SVM工具箱,具有较快的运算速度,有详细的使用说明和例子!-a very practical SVM Toolbox is faster computing speed, a detailed description and examples of use!
Platform: | Size: 76800 | Author: yb | Hits:

[AI-NN-PRMATLABArsenal

Description: 一个matlab的工具包,里面包括一些分类器 例如 KNN KMEAN SVM NETLAB 等等有很多.-a Matlab tool kits, including some inside classifier for example KNN KMEAN SVM NETLAB etc. plenty.
Platform: | Size: 6237184 | Author: 王世海 | Hits:

[matlab数据挖掘常用算法

Description: 数据挖掘常用的算法,包括id3,k均值,FCM,SVM,CART五个常用的算法,是用matlab编写的。-commonly used data mining algorithms, including id3, k mean, FCM, the SVM, CART five commonly used algorithm is the use of Matlab prepared.
Platform: | Size: 18432 | Author: 李冬宾 | Hits:

[AI-NN-PRLVQ1

Description: matlab,编写的LVQ1数据挖掘分类算法。 -Matlab, prepared by the Data Mining LVQ1 classification algorithm.
Platform: | Size: 1024 | Author: 王聪 | Hits:

[Othersvm_v0.01beta.tar

Description: New in this version: Support for multi-class pattern recognition using maxwins, pairwise [4] and DAG-SVM [5] algorithms. A model selection criterion (the xi-alpha bound [6,7] on the leave-one-out cross-validation error). -New in this version : Support for multi-class pattern recognition u maxwins sing, Pairwise [4] and DAG- SVM [5] algorithms. A mode l selection criterion (the xi-alpha bound [6, 7] on the leave-one-out cross-validation erro r).
Platform: | Size: 43008 | Author: 吴成 | Hits:

[AI-NN-PRsvm_matlab_zhao

Description: Matlab下面的支持向量机的程序包。。应用范围很广-Matlab following SVM package. . Application very wide scope. .
Platform: | Size: 125952 | Author: 赵欣 | Hits:

[Graph Recognizesvmmonqp22

Description: svm支持向量机的monqp核心算法,经过调试运行,效率高。-svm SVM monqp core algorithms, commissioning, operation and higher efficiency.
Platform: | Size: 6144 | Author: 张军 | Hits:

[matlabosu-svm-3.0

Description: support vector machine的osu源码-support vector machine source of Osu
Platform: | Size: 843776 | Author: cp | Hits:

[Windows Developosu_svm3[1].00

Description: matlab工具箱-Matlab Toolbox
Platform: | Size: 841728 | Author: cj | Hits:

[Windows Developecoc-codes.tar

Description: svm2.51的经济代码,比较全面,直接解压到matlab下的toolbox下的svm即可使用-svm2.51 economic code, a more comprehensive, direct extraction of the Matlab toolbox under the svm can use
Platform: | Size: 316416 | Author: 江柏 | Hits:

[Windows Developsvm_v251.tar

Description: 支持向量机svm的matlab2.51toolbox,上传来大家分享-SVM svm the matlab2.51toolbox and upload to share
Platform: | Size: 256000 | Author: 江柏 | Hits:

[Other resourcemyworkonnnet

Description: 多层感知器(MLP)(BP算法训练)、径向基函数网络(RBF网络)、支持向量机(SVM)对2D Mexican Hat、Gabor、Friedman 以及Polynomial等几种函数数据集进行回归和预测-multilayer perceptron (MLP) (BP algorithm training), RBF network (RBF), Support Vector Machine (SVM) to 2D Mexican Hat, Gabor, Friedman Polynomial and several other data sets function regression and forecasting
Platform: | Size: 1483776 | Author: 张毅 | Hits:

[Otherlibsvm-2.82.tar

Description: 我一直覺得 SVM 是個很有趣的東西,不過也一直沒辦法 (mostly 衝堂) 去聽林智仁老師 的 Data mining 跟 SVM 的課; 後來看了一些網路上的文件跟聽 kcwu 講了一下 libsvm 的用法後,就想整理一下,算是對於並不需要知道完整 SVM 理論的人提供使用 libsvm 的入門.-SVM I always think that is something very interesting, but we also have no way (mostly Chong Tong) to listen to the teachers Linzhiren Data mining with SVM's class; Later read some documents on the Internet kcwu listen to speakers with a little libsvm usage, wanted to tidy up, is not for the need to know SVM complete theory for the use of libsvm entry.
Platform: | Size: 405504 | Author: | Hits:

[Othersvm-regression

Description: some books and papers of SVM for regression
Platform: | Size: 1197056 | Author: 江柏 | Hits:

[AI-NN-PRS200502106_SVM_for_classfication

Description: SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matlab的file菜单中的set path中设置相应的路径)。 打开matlab,在命令窗口中输入 testlin或testrbf 即可查看结果。 -SVM pattern recognition for collating other people's code (the original is in English) from : kernel.m plot within the matrix for the calculation svcplot.m for graphics is the main svm168.m testlin.m procedure is used linear plot function within the SVM application documents testrbf.m RBF is using plot function within the SVM applications each file documents were described. Matlab7.0 simulation platform, all through the simulation of all the documents copied to the work directory (not directly to the attention of the upper folder directly copied to w contex directory, as if the operation, Matlab in the file menu on the set path corresponding set the path). Open Matlab, in the command window or imported testlin testrbf can see the results.
Platform: | Size: 6144 | Author: 郑军 | Hits:

[AI-NN-PRkernelSVM

Description: 核方法&svm是模式识别是很重要的方法,都各自成为一门学科-methods & svm is pattern recognition is very important way, it would become a respective disciplines
Platform: | Size: 6144 | Author: 吴胜 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net